ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / IsFixedSize Property

In This Topic
    IsFixedSize Property (PagesCollection<T>)
    In This Topic
    Gets a value indicating whether the System.Collections.IList has a fixed size.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFixedSize As Boolean
    public bool IsFixedSize {get;}

    Property Value

    true if this instance is fixed size; otherwise, false.
    See Also